home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / gedit-common / README < prev   
Text File  |  2009-09-21  |  4KB  |  136 lines

  1. General Information
  2. ===================
  3.  
  4. This is version 2.28.0 of gedit. gedit is a small and lightweight UTF-8 text 
  5. editor for the GNOME environment.
  6.  
  7. gedit is part of GNOME and uses the latest GTK+ and GNOME libraries.
  8. Complete GNOME integration is featured, with support for Drag and Drop (DnD) 
  9. from Nautilus (the GNOME file manager), the use of the GNOME help system,
  10. the GNOME Virtual File System and the GNOME print framework.
  11.  
  12. gedit uses a Multiple Document Interface (MDI), which lets you edit more than 
  13. one document at the same time.
  14.  
  15. gedit supports most standard editing features, plus several not found in your 
  16. average text editor (plugins being the most notable of these).
  17.  
  18. gedit plugins may also be written in the python scripting language: to enable
  19. python support you need the pygtk and gnome-python-desktop bindings.
  20.  
  21. Although new features are always under development, currently gedit has:
  22.  
  23.     * Complete support for UTF-8 text
  24.     * Syntax highlighting
  25.     * Support for editing remote files
  26.     * Search and Replace
  27.     * Printing and Print Previewing Support
  28.     * File Revert
  29.     * A complete preferences interface
  30.     * Configurable Plugin system, with optional python support
  31.  
  32.  
  33. Some of the plugins, packaged and installed with gedit include, among others:
  34.  
  35.     * Word count
  36.     * Spell checker
  37.     * Change case of selected text
  38.     * File Browser
  39.     * Automatic snippet expansion
  40.     * Sort
  41.     * Insert Date/Time
  42.     * External Tools
  43.     * Tag list
  44.  
  45. Other external plugins are also available.
  46.  
  47.  
  48. gedit is released under the GNU General Public License (GPL) version 2, see
  49. the file 'COPYING' for more information.
  50.  
  51.  
  52. The official web site is:
  53.  
  54.     http://www.gedit.org
  55.  
  56. You can download the latest gedit tarball from:
  57.  
  58.     http://download.gnome.org/sources/gedit/
  59.  
  60. Information about gedit mailing lists can be found at
  61.  
  62.     http://mail.gnome.org/mailman/listinfo/gedit-list
  63.  
  64.  
  65. Installation
  66. ============
  67.  
  68. gedit requires GTK+-2.16.x, GtkSourceView 2.4.x and GConf libraries.
  69. PyGobject 2.12.x, PyGtk 2.12.x and PyGtkSourceView 2.4.x are required to
  70. enable python plugins support.
  71.  
  72. Simple install procedure:
  73.  
  74.   % gzip -cd gedit-2.28.0.tar.gz | tar xvf -     # unpack the sources
  75.   % cd gedit-2.28.0                # change to the toplevel directory
  76.   % ./configure                    # run the `configure' script
  77.   % make                    # build gedit
  78.   [ Become root if necessary ]
  79.   % make install                # install gedit
  80.  
  81. See the file 'INSTALL' for more detailed information.
  82.  
  83.  
  84. How to report bugs
  85. ==================
  86.  
  87. Bugs should be reported to the GNOME bug tracking system.
  88. (http://bugzilla.gnome.org, product gedit). You will need to create an
  89. account for yourself.
  90.  
  91. You can also report bugs using the GNOME program bug-buddy.
  92.  
  93. In the bug report please include:
  94.  
  95. * Information about your system. For instance:
  96.  
  97.    - What operating system and version
  98.    - What version of X
  99.    - What version of the gtk+, glib and gnome libraries
  100.    - For Linux, what version of the C library
  101.  
  102.   And anything else you think is relevant.
  103.  
  104. * How to reproduce the bug. 
  105.  
  106. * If the bug was a crash, the exact text that was printed out when the
  107.   crash occurred.
  108.  
  109. * Further information such as stack traces may be useful, but is not
  110.   necessary. If you do send a stack trace, and the error is an X error,
  111.   it will be more useful if the stack trace is produced running the test
  112.   program with the --sync command line option.
  113.  
  114. See the file 'BUGS' for the list of known bugs.
  115.  
  116.  
  117. Patches
  118. =======
  119.  
  120. Patches should also be submitted to bugzilla.gnome.org. If the patch
  121. fixes an existing bug, add the patch as an attachment to that bug
  122. report.
  123.  
  124. Otherwise, enter a new bug report that describes the patch, and attach
  125. the patch to that bug report.
  126.  
  127. Patches should be in unified diff form. (The -u option to GNU diff.)
  128.  
  129. If you are interested in helping us to develop gedit, please see the 
  130. file 'AUTHOR' for contact information and/or send a message to the gedit
  131. mailing list. See also the file 'HACKING' for more detailed information.
  132.  
  133.  
  134.   The gedit team.
  135.  
  136.